SelectAll Method

Summary
Selects or un-selects all of the cells in the MedicalViewer control.
Syntax
C#
VB
C++
public void SelectAll( 
   bool select 
) 
  
Public Sub SelectAll( _ 
   ByVal select As Boolean _ 
)  
            public: 
void SelectAll(  
   bool select 
)  

Parameters

select
true to select all cells, false to un-select all cells.

Example

For an example, refer to MedicalViewerCellCollection<MedicalViewerBaseCell>

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.